component/wizards/com/sun/star/wizards/web/web
.END
-.IF "$(WITH_BINFILTER)" != "NO"
-my_components += \
- bf_migratefilter \
- bindet
-.END
-
.IF "$(WITH_LDAP)" == "YES"
my_components += component/extensions/source/config/ldap/ldapbe2
.END
my_components += component/shell/source/cmdmail/cmdmail
.END
-.IF "$(OS)" != "WNT" && "$(ENABLE_EVOAB2)" != ""
-my_components += component/connectivity/source/drivers/evoab2/evoab
-.END
-
.IF "$(OS)" != "WNT" && "$(ENABLE_GSTREAMER)" != ""
my_components += component/avmedia/source/gstreamer/avmediagstreamer
.END
'<list><filename>component/scripting/java/ScriptProviderForJavaScript.component</filename></list>' \
> $@
.END
+
+.IF "$(WITH_BINFILTER)" == "YES"
+ALLTAR: $(MISC)/bf_migratefilter.rdb $(MISC)/bindet.rdb
+
+$(MISC)/bf_migratefilter.rdb .ERRREMOVE : \
+ $(SOLARENV)/bin/packcomponents.xslt \
+ $(MISC)/bf_migratefilter.input \
+ $(SOLARXMLDIR)/bf_migratefilter.component
+ $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
+ $(SOLARENV)/bin/packcomponents.xslt \
+ $(MISC)/bf_migratefilter.input
+
+$(MISC)/bindet.rdb .ERRREMOVE : \
+ $(SOLARENV)/bin/packcomponents.xslt \
+ $(MISC)/bindet.input \
+ $(SOLARXMLDIR)/bindet.component
+ $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
+ $(SOLARENV)/bin/packcomponents.xslt \
+ $(MISC)/bindet.input
+
+$(MISC)/bf_migratefilter.input : makefile.mk
+ echo \
+ '<list><filename>bf_migratefilter.component</filename></list>' \
+ > $@
+
+$(MISC)/bindet.input : makefile.mk
+ echo \
+ '<list><filename>bindet.component</filename></list>' \
+ > $@
+.END
+
+.IF "$(ENABLE_EVOAB2)" == "YES"
+ALLTAR : $(MISC)/evoab.rdb
+
+$(MISC)/evoab.rdb .ERRREMOVE : \
+ $(SOLARENV)/bin/packcomponents.xslt \
+ $(MISC)/evoab.input \
+ $(SOLARXMLDIR)/evoab.component
+ $(XSLTPROC) --nonet --stringparam prefix $(SOLARXMLDIR)/ -o $@ \
+ $(SOLARENV)/bin/packcomponents.xslt \
+ $(MISC)/evoab.input
+
+$(MISC)/evoab.input : makefile.mk
+ echo \
+ '<list><filename>evoab.component</filename></list>' \
+ > $@
+.END
$(MISC)/ctl.xcd \
$(MISC)/ctlseqcheck.xcd \
$(MISC)/draw.xcd \
+ $(MISC)/evoab.xcd \
$(MISC)/graphicfilter.xcd \
$(MISC)/impress.xcd \
$(MISC)/korea.xcd \
ERROR : unknown-GUIBASE
.END
.IF "$(ENABLE_EVOAB2)" == "TRUE"
-MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-evoab2.xcu
-MY_FILES_main += $(MY_MOD)/org/openoffice/Office/DataAccess-evoab2.xcu
+MY_FILES_evoab += $(MY_MOD)/org/openoffice/Office/DataAccess/Drivers-evoab2.xcu
+MY_FILES_evoab += $(MY_MOD)/org/openoffice/Office/DataAccess-evoab2.xcu
MY_DRIVERS += evoab
.END
.IF "$(SOLAR_JAVA)" == "TRUE"
..\%__SRC%\misc\lang\*.xcd %_DEST%\xml\
..\%__SRC%\misc\scriptproviderforbeanshell.rdb %_DEST%\xml\scriptproviderforbeanshell.rdb
..\%__SRC%\misc\scriptproviderforjavascript.rdb %_DEST%\xml\scriptproviderforjavascript.rdb
+..\%__SRC%\misc\bf_migratefilter.rdb %_DEST%\xml\bf_migratefilter.rdb
+..\%__SRC%\misc\bindet.rdb %_DEST%\xml\bindet.rdb
+..\%__SRC%\misc\evoab.rdb %_DEST%\xml\evoab.rdb
..\%__SRC%\misc\services.rdb %_DEST%\xml\services.rdb
Styles = (PACKED);
End
+File gid_File_Rdb_Bf_Migratefilter
+ TXT_FILE_BODY;
+ Name = "bf_migratefilter.rdb";
+ Dir = gid_Brand_Dir_Program_Services;
+ Styles = (PACKED);
+End
+File gid_File_Rdb_Bindet
+ TXT_FILE_BODY;
+ Name = "bindet.rdb";
+ Dir = gid_Brand_Dir_Program_Services;
+ Styles = (PACKED);
+End
STD_LIB_FILE( gid_File_Lib_Bf_Go, bf_go)
STD_LIB_FILE( gid_File_Lib_Bf_Sch, bf_sch)